| Back to main index |
Attributes in [Head] section:
Type: 12
Allowed Mode: 0 (try once), 1 (try until success), 2 (loop)
Allowed Blocking: 0 (non blocking), 1 (blocking)
Attributes in [ApplicationState] section:
No attributes needed
Example .in file: This request gets the actual state of the application, i.e. which dialog is displayed
|
[Head] Type=12 Mode=0 Blocking=0 |
Attributes in [ApplicationState] section:
| State | Description |
|---|---|
| -1 | GPS not available |
| 1 | intro or about screen |
| 2 | main menu |
| 3 | options menu |
| 4 | station list dialog |
| 5 | define destination dialog |
| 6 | routing options menu |
| 7 | wait for gps dialog |
| 8 | message box |
| 9 | route list screen |
| 10 | navigation screen |
| 11 | serial number or registration dialog |
Sample .out file: Resulting .out file from the above .in file example
|
[Head] Type=1 TypeDesc=get GPS info Mode=2 ModeDesc=loop Blocking=0 BlockingDesc=not blocking Timestamp=278149921 Id=278144843 Result=1 ResultDesc=success and request kept ExecuteDuration=64 [GPS] GPSResult=1 GPSResultDesc=signal ok PositionGeodecimal=+8.395077,+49.005511 PositionMercator=933490,6268773 Latitude=49005511 Longitude=8395077 Course=114 Speed=58 Satellites=6 |
| Back to main index | Top of page |